DdsCharField.AutoCapitalize Property

Gets or sets the autocapitalization behavior of text elements, capitalizing either no text (default), each sentence, each word, or each character.

Syntax

BegProp AutoCapitalize Access(*Public) Type(AutoCapitalize)
   BegGet;  BegSet

Property Values

AutoCapitalize enumeration values are as follows:

Member Description Value
None (default) Do not capitalize any text automatically. 0
Sentences Capitalize the first letter of each sentence automatically. 1
Words Capitalize the first letter of each word automatically. 2
Characters Capitalize all characters automatically. 3

Remarks

Along with AutoCorrect, it is a common feature of mobile applications.

Requirements

Namespace: ASNA.Monarch.WebDspF

Assembly: ASNA.Monarch.WebDspF.DLL

Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro